Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asciidoctor 2.0.23 #172023

Merged
merged 2 commits into from
May 18, 2024
Merged

asciidoctor 2.0.23 #172023

merged 2 commits into from
May 18, 2024

Conversation

BrewTestBot
Copy link
Member

@BrewTestBot BrewTestBot commented May 18, 2024

Created by brew bump


Created with brew bump-formula-pr.

  • resource blocks have been checked for updates.
release notes
This is a patch release in the 2.0.x release line to fix bugs and deal with compliance issues.

The primary bug fix in this release is to not duplicate the block attribute line above a detached block that breaks a dlist, which fixes the duplicate role warning on that detached block.
The main compliance improvement is to encode spaces in mailto links using %20, in accordance with RFC 3986, instead of +.

This release introduces several fixes and improvements related to parsing a table that has jagged rows.
If the colspan of the last cell in a row, including the last row, exceeds the specified number of columns, only that row is dropped.
On the other hand, if the last row is missing cells, an error message is logged to notify the author.

If a URL is used as the target of an xref shorthand, the processor now treats the URL as a fragment identifier instead of crashing.

Finally, repeating spaces in verbatim content in the manpage output are preserved.

Distribution

Asciidoctor is also packaged for Fedora, Debian, Ubuntu, Alpine Linux, OpenSUSE, and Homebrew. You can use the system's package manager to install the package named asciidoctor.

Changelog

Compliance

  • Encode spaces in mailto links as %20, in accordance with RFC 3986, instead of + (#4576)

Improvements

  • Log error when an incomplete row is detected at the end of a table (#4573)

Bug Fixes

  • Don't leave behind empty line inside skipped preprocessor conditional (#4580)
  • Don't duplicate block attribute line above detached block that breaks a dlist; fixes duplicate role on detached block (#4565)
  • Don't crash when parsing xref shorthand if target starts with URL protocol and text is offset by space (#4570)
  • Only drop current row if colspan of last cell exceeds specified number of columns (#4587)
  • Drop last row if colspan of last cell in table exceeds specified number of columns (#4587)
  • Preserve repeating spaces in verbatim content in manpage output (#3583)

Release meta

Released on: 2024-05-17
Released by: @mojavelinux
Release beer: Marmot Passage by Two 22 Brew

Logs: resolved issues | source diff | gem diff

Credits

A very special thanks to all the awesome supporters of the Asciidoctor OpenCollective campaign, who provide critical funding for the ongoing development of this project.

@github-actions github-actions bot added ruby Ruby use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 18, 2024
@chenrui333 chenrui333 added CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. test failure CI fails while running the test-do block labels May 18, 2024
asciidoctor: update deps

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 removed test failure CI fails while running the test-do block CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels May 18, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 18, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue May 18, 2024
Merged via the queue into master with commit 284164e May 18, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-asciidoctor-2.0.23 branch May 18, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. ruby Ruby use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants